Decouple roll and pitch rates. MSP clients take note of updated
[betaflight.git] / docs / Board - AlienWii32.md
blob6c35f617b2d0afa69bb0fb92ba3c2a3418acc2c7
1 # Board - AlienWii32 (ALIENWIIF1 and ALIENWIIF3 target)
3 The AlienWii32 is actually in prototype stage and only a few samples exist. There are two different variants and some more field testing with some users is ongoing. The information below is preliminary and will be updated as needed.
5 Here are the hardware specifications:
7 - STM32F103CBT6 MCU (ALIENWIIF1)
8 - STM32F303CCT6 MCU (ALIENWIIF3)
9 - optional integrated serial/ppm receiver (ALIENWIIF3 only, future enhancement)
10 - MPU6050 accelerometer/gyro sensor unit
11 - 8x 4.2A brushed ESCs, integrated, to run the strongest micro motors
12 - extra-wide traces on the PCB, for maximum power throughput
13 - USB port, integrated
14 - (*) serial connection for external DSM2/DSMX sat receiver (e.g. Spektrum SAT, OrangeRx R100 or Lemon RX)
15 - alternatively PPM receiver connection (i.e. Deltang Rx31)
16 - ground and 3.3V for the receiver
17 - hardware bind plug for easy binding
18 - motor connections are at the corners for a clean look with reduced wiring
19 - dimensions: 29x33mm
20 - direct operation from an single cell lipoly battery
22 (*) Spektrum Compatible DSM2 satellites are supported out of the box. DSMX sat will work with DSM2 protocol with default settings (DSM2, 11bit, 11ms is preset). 
24 Deltang receivers in serial mode will work like any other Spektrum satellite receiver (10bit, 22ms) only the bind process will be different. 
26 The pin layout for the ALIENWIIF1 is very similar to NAZE32 or the related clones (MW32, Flip32, etc.). The hardware bind pin is connected to pin 41 (PB5). The pin layout for the ALIENWIIF3 is similar to Sparky. The hardware bind pin is connected to pin 25 (PB12). The AlienWii32 firmware will be built as target ALIENWIIF1 or ALIENWIIF3. The firmware image will come with alternative default settings which will give the user a plug and play experience. There is no computer needed to get this into the air with an small Quadcopter. An preconfigured custom mixer for an Octocopter is part of the default settings to allow clean straight wiring with the AlienWii32. The mixer can be activated with "mixer custom" in the CLI. To use the AlienWii32 in an Hexa- or Octocopter or to do some more tuning additional configuration changes can be done as usual in the CLI or the Cleanflight configurator. 
28 ## Flashing the firmware
30 The AlienWii32 F1 board can be flashed like the Naze board or the related clones. All the different methods will work in the same way.
32 The AlienWii32 F3 board needs to be flashed via the USB port in DFU mode. Flashing via the Cleanflight GUI is not possible yet. The DFU mode can be activated via setting the BOOT0 jumper during power on of the board. The second method is to connect with an terminal program (i.e. Putty) to the board and enter the character "R" immediately after connecting. Details about the flashing process can be found in the related section of the Sparky documentation. The BOOT0 jumper should be removed and the board needs to be repowerd after firmware flashing. Please be aware, during reboot of the AlienWii F3 board, the GUI will disconnect and an manual reconnect is required.